home *** CD-ROM | disk | FTP | other *** search
- head 5.1;
- branch 5.1.0;
- access;
- symbols
- RELEASE:5.1.0.3
- UICSO:5.1.0
- VANILLA:5.1;
- locks; strict;
- comment @ * @;
-
-
- 5.1
- date 90.06.25.09.45.16; author paul; state Exp;
- branches
- 5.1.0.1;
- next ;
-
- 5.1.0.1
- date 90.06.25.09.46.09; author paul; state Exp;
- branches;
- next 5.1.0.2;
-
- 5.1.0.2
- date 90.11.30.14.22.03; author paul; state Exp;
- branches;
- next 5.1.0.3;
-
- 5.1.0.3
- date 91.06.25.23.57.22; author paul; state Exp;
- branches;
- next ;
-
-
- desc
- @@
-
-
-
- 5.1
- log
- @*** empty log message ***
- @
- text
- @/*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms are permitted provided
- * that: (1) source distributions retain this entire copyright notice and
- * comment, and (2) distributions including binaries display the following
- * acknowledgement: ``This product includes software developed by the
- * University of California, Berkeley and its contributors'' in the
- * documentation or other materials provided with the distribution and in
- * all advertising materials mentioning features or use of this software.
- * Neither the name of the University nor the names of its contributors may
- * be used to endorse or promote products derived from this software without
- * specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * @@(#)pathnames.h 5.1 (Berkeley) 4/29/90
- */
-
- #include <paths.h>
-
- #undef _PATH_TMP
- #define _PATH_TMP "/tmp/maXXXXX"
- #define _PATH_MAILDIR "/usr/spool/mail/"
- @
-
-
- 5.1.0.1
- log
- @Added HP-UX patch from Andy Litton.
- @
- text
- @a21 4
- #if defined(hpux)
- #define _PATH_SENDMAIL "/usr/lib/sendmail"
- #include "flock.h"
- #else
- a24 1
- #endif /* hpux */
- @
-
-
- 5.1.0.2
- log
- @Date: Fri, 23 Nov 90 14:44:41 +1300
- To: "Paul Pomes, UofIllinois-CSO" <paul@@uxc.cso.uiuc.edu>
- From: Andy.Linton@@comp.vuw.ac.nz
- Subject: locking in /bin/mail (with the details (:-))
- X-Mailer: XMH (using mh 6.7)
-
- We use the LCK_BEL locking in 'mh' as we have the spool directory mounted via
- NFS. The flock (real or emulated) is not good enough and results in races
- which unfortunately end up in "dead heats" at times.
- @
- text
- @d22 2
- a23 1
- #if defined(__hpux)
- d25 2
- a26 1
- #endif /* __hpux */
- d28 2
- a29 1
- #define _PATH_SENDMAIL "/usr/lib/sendmail"
- @
-
-
- 5.1.0.3
- log
- @4.3 BSD-reno (4.4?) pathnames.
- @
- text
- @a24 1
- #include <sys/param.h>
- a25 5
- #ifdef BSD4_4
- #define _PATH_SENDMAIL "/usr/sbin/sendmail"
- #define _PATH_TMP "/tmp/maXXXXX"
- #define _PATH_MAILDIR "/var/mail/"
- #else /* !BSD4_4 */
- a28 1
- #endif /* BSD4_4 */
- @
-